home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tm240.zip / TMSHELL.BAT < prev    next >
DOS Batch File  |  1990-01-16  |  256b  |  17 lines

  1. Echo off
  2. cls
  3.  
  4. if %1 == 0 goto local
  5.  
  6. watchdgf 1 on
  7. ctty gate1
  8. command
  9. ctty con
  10. watchdgf 1 off
  11. goto end
  12.  
  13. :local
  14. command
  15.  
  16. :end
  17.